fix(openmpi): restore openmpi-devel subpackages#17843
Merged
Merged
Conversation
Default OpenMPI builds back to split RPM mode so openmpi-devel is built locally instead of falling back to PMC. Add matching runtime dependencies for openmpi, openmpi-devels, and openmpi-docs. Signed-off-by: Mitch Zhu <mitchzhu@microsoft.com>
ellie-di
reviewed
Jun 29, 2026
| Requires: %{mpi_selector_rpm_name} | ||
| %endif | ||
| Requires: ucx | ||
| %if !%{build_all_in_one_rpm} |
Contributor
There was a problem hiding this comment.
could we just get rid of the build_all_in_one_rpm (assuming we want several sub-package RPMs)?
Member
Author
There was a problem hiding this comment.
good point. removed the build_all_in_one_rpm path
Always build OpenMPI as split runtime, devel, and docs RPMs. This restores the local openmpi-devel package needed by the golden container build. Signed-off-by: Mitch Zhu <mitchzhu@microsoft.com>
419450f to
b60c5e5
Compare
jslobodzian
approved these changes
Jun 29, 2026
Preserve the openmpi RPM while splitting devel and docs subpackages Signed-off-by: Mitch Zhu <mitchzhu@microsoft.com>
1abf9cd to
286a0e7
Compare
Install the OpenMPI modulefile under /usr/share/modulefiles/mpi so the golden container can load mpi/openmpi and run its mpiexec smoke test Signed-off-by: Mitch Zhu <mitchzhu@microsoft.com>
ellie-di
approved these changes
Jun 30, 2026
christopherco
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restore the Azure Linux 3.0 OpenMPI packaging contract after the DOCA 3.3.0 update.
The spec now:
openmpiopenmpi-develandopenmpi-docs/usr/share/modulefiles/mpi/openmpi-<arch>This fixes the golden-container flow, which installs
openmpi openmpi-develand then loadsmpi/openmpibefore runningmpiexec --version.Validation